projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e26cd58
)
(help-manyarg-func-alist): Correct entry for `vconcat'.
author
Miles Bader
<miles@gnu.org>
Mon, 27 Nov 2000 02:08:05 +0000
(
02:08
+0000)
committer
Miles Bader
<miles@gnu.org>
Mon, 27 Nov 2000 02:08:05 +0000
(
02:08
+0000)
lisp/help.el
patch
|
blob
|
history
diff --git
a/lisp/help.el
b/lisp/help.el
index 92a682d4fe4a81e61a3c5e6058fb300ae5439037..8c9f5c80901613e2d2d86998dddb55bdc3dfd79c 100644
(file)
--- a/
lisp/help.el
+++ b/
lisp/help.el
@@
-1523,7
+1523,7
@@
out of view."
(funcall . "(funcall FUNCTION &rest ARGUMENTS)")
(append . "(append &rest SEQUENCES)")
(concat . "(concat &rest SEQUENCES)")
- (vconcat . "(vconcat
vconcat
)")
+ (vconcat . "(vconcat
&rest SEQUENCES
)")
(nconc . "(nconc &rest LISTS)")
(widget-apply . "(widget-apply WIDGET PROPERTY &rest ARGS)")
(make-hash-table . "(make-hash-table &rest KEYWORD-ARGS)")